Skip to main content

Get Historical Leader Order

Type: GET

Description: /v1/copy-trade-order/copy-trade/order/his-leader-order

Limit Flow Rules

2/s/apikey

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringNoTrading pair, if not filled in, represents all
directionstringNoNEXTQuery directionPREV - previous, NEXT - next
limitnumberNo10Number of pages1-100
idobjectNoStart ID, e.g. 6216559590087220004

Response Example

Response
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": [
{
"id": "string",
"orderId": "string", // order id
"symbol": "string", // symbol
"buySize": 0, // buy quantity
"buyTime": 0, // buy time
"buyPrice": 0, // buy price
"sellSize": 0, // sell quantity
"sellTime": 0, // sell time
"sellPrice": 0, // sell price
"profit": 0, // profit
"profitRate": 0, // profit rate
"triggerProfitPrice": 0, // trigger profit price
"triggerStopPrice": 0, // trigger stop price
"followCount": 0 // number of followers
}
]
}